ScxV6Server.RootObject Method

Returns an ScxV6Object representing the root object in the database.

Remarks

All databases have a root object.

Example:

The following example written in VB.NET gets the root object.

Dim Svr As ScxV6DbClient.ScxV6Server

' Connect to the server

Svr = New ScxV6DbClient.ScxV6Server

Svr.Connect("MAIN", "", "")

Dim Obj As ScxV6DbClient.ScxV6Object

Obj = Svr.RootObject

' Disconnect

Svr.Disconnect()


Disclaimer

Geo SCADA Expert 2020